🎖️GitЯра🎖️
Commit ff9d6881c01b8e9ec7654179bfa559e93bea9974
Parents : 1b902ba
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-05-12T10:43:57-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-12T10:43:57-05:00
revert: Update retry settings in gradle-wrapper.properties (#5430)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
Changes
Diff
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index e74c8700b2..52f26f74d4 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -2,8 +2,8 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-all.zip
networkTimeout=10000
-retries=0
-retryBackOffMs=500
+retries=3
+retryBackOffMs=1000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Served by rngit 1.5.4 - Generated in 0.03s